home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Misc
/
msql-1.0.6
/
src
/
tests
/
rtest.src
/
1.out
next >
Wrap
Text File
|
1995-01-04
|
482b
|
39 lines
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> -> -> -> -> ->
Query buffer
------------
create table test (
user char(10) primary key,
age int,
phone char(20)
)
[continue]
->
Query OK.
mSQL > -> -> -> -> ->
Query buffer
------------
create table test2 (
user char(10) not null,
fullname char(30)
)
[continue]
->
Query OK.
mSQL > ->
Bye!